Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_xdigit
ctype_xdigit
Check characters representing hexadecimal numbers
Name:
ctype_xdigit
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check characters representing hexadecimal numbers
Related
PHP Cookie Data Filtering: Best Practices for Preventing Hijacking and Tampering
4
How to Safely Delete Records from the Database Using PDOStatement Based on Conditions? A Guide to Get You Started
2
How to use $errno to detect the difference between syntax errors and connection errors
9
How to Install PHP FFmpeg Extension on Your Server and Handle Audio-Video Files
6
Similar Functions
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_graph
ctype_graph
Checkforanyprintable
ctype_lower
ctype_lower
Checklowercasecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_space
ctype_space
Checkspacecharacters
ctype_digit
ctype_digit
Checknumericcharacte
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_print
ctype_print
Checkprintablecharac
Popular Articles